home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / logrotate.d / dpkg < prev    next >
Text File  |  2009-09-20  |  112b  |  10 lines

  1. /var/log/dpkg.log {
  2.     monthly
  3.     rotate 12
  4.     compress
  5.     delaycompress
  6.     missingok
  7.     notifempty
  8.     create 644 root root
  9. }
  10.